voters need to commit to being online in proportional voting systems?
penalties for going offline.
emf_gadget.start ({ "voting invidiual": { "amount": 15000, "ve_private": "", "ve_public": "" } })Voters need to wait until the next voter aggregation to join. This makes it easy to calculate the fraction of voting power that a voter has.
# # every 1000 or so voter steps # voters aggregates: [{ kind: "individual", ve_public: amount: 15000, fraction: "3/4" },{ kind: "individual", ve_public: amount: 5000, fraction: "1/4" }] emf_gadget.start ({ "voting delegate": { "private": "", "public": "" } })